Skip to content

Traduction de css.md #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 28, 2017
Merged

Traduction de css.md #14

merged 3 commits into from
Jun 28, 2017

Conversation

MachinisteWeb
Copy link
Member

Bon à review !

Signed-off-by: Bruno Lesieur <[email protected]>
Copy link
Member

@Kocal Kocal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Une petite modif à apporter et c'est bon !

en/css.md Outdated

If used during a server render, a component's CSS can be collected and inlined in the HTML (automatically handled when using `template` option). On the client, when the component is used for the first time, `vue-style-loader` will check if there is already server-inlined CSS for this component - if not, the CSS will be dynamically injected via a `<style>` tag.
S'il est utilisé pendant le rendu côté serveur, un composant CSS peut être récupéré et injecté dans la source HTML (automatiquement injecté avec l'option `template`). Côté client, quand le composant est utilisé pour la première fois, `vue-style-loader` va vérifier s'il n'y a pas déjà une sortie CSS dans la source HTML pour ce composant ; si non, le CSS va être automatiquement injecté via une balise `<stlye>`.
Copy link
Member

@Kocal Kocal Jun 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

automatiquement injectée

Puisqu'on parle de la source HTML

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non je ne crois pas. C'est bien le composant CSS (c.-à-d. la partie <style></style> de .vue) qui est injecté. J'ai traduit par « automatiquement injecté » alors que l'original disait « automatiquement géré » car c'est « l'injection qui est automatiquement gérée » et que ça revient au même. Mais je vais mettre « automatiquement pris en charge ».

EDIT : Ahhh, j'avais mis injecté pour conserver la même nomonclature que la phrase d'après qui dit plus « pris en charge » mais « injecté ».

Signed-off-by: Bruno Lesieur <[email protected]>
@MachinisteWeb
Copy link
Member Author

@Kocal. Bon pour toi ?

@Kocal
Copy link
Member

Kocal commented Jun 28, 2017

Ouaip, j'avais rien trouvé d'autre à corriger.

@MachinisteWeb MachinisteWeb merged commit 7dc6bf1 into working Jun 28, 2017
@MachinisteWeb MachinisteWeb deleted the css branch June 28, 2017 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants